Creation parameters:
- atom parent
- integer id [= -1]
- integer x [=-1]
- integer y [=-1]
- integer cx [=-1]
- integer cy [=-1]
- sequence choices [={}]
- atom style [=0]
func choice_count( atom choice )
proc clear_choice( atom choice )
func find_choice_string( atom choice, sequence string )
proc set_choice( atom choice, sequence text )
Parent Topics:
Controls
wxControlWithItems
Subtopics:
wxComboBox
Category: wxChoice
Used to count the number of items in a wxChoice.
See Also:
clear_choice,
find_choice_string,
set_choice
Category: wxChoice
Clears the data inside of a wxChoice specified by choice.
See Also:
choice_count,
find_choice_string,
set_choice
Category: wxChoice
Returns the item number of the item in the list with the
specified string.
See Also:
choice_count,
clear_choice,
set_choice
Category: wxChoice
See Also:
choice_count,
clear_choice,
find_choice_string